home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch04 / W04a005.cc2 < prev    next >
Text File  |  1997-04-24  |  1KB  |  20 lines

  1. 0, In this chapter, you will learn how to add ActiveX 
  2. 4, controls and Java applets to a Web page. By adding 
  3. 8, objects to a Web page, you can provide 
  4. 10, functionality to your users that is not available with 
  5. 13, standard HTML tags. This chapter begins by discussing 
  6. 18, the basic architectural differences between ActiveX 
  7. 21, controls and Java applets. This information will 
  8. 24, help you choose which type of object to use when 
  9. 27, designing active Web sites. Next, you will learn 
  10. 31, how to add both ActiveX controls and Java applets 
  11. 34, to a Web page. You will learn how to add these 
  12. 37, objects both manually and by using Microsoft's visual 
  13. 41, editing tools. Finally, you will learn how signed 
  14. 45, and marked controls can affect how users interact 
  15. 48, with your Web pages. Once you know how to use 
  16. 51, ActiveX controls and Java applets, the next chapter 
  17. 55, teaches you how to extend the functionality of these 
  18. 57, objects by using the Visual Basic Scripting 
  19. 60, Edition.
  20. 62, END